home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 September 1 / CD [VMAG950901].bin / theway / rev.dir / 00015.ls < prev    next >
Encoding:
Text File  |  1995-07-13  |  150 b   |  9 lines

  1. on mouseDown
  2.   buttonpush(752, 755)
  3.   if the machineType = 256 then
  4.     go("s2", "@:contentP.dir")
  5.   else
  6.     go("s2", "@:contentM.dir")
  7.   end if
  8. end
  9.